Step 1: Upload to Server

Copy the contents of the "upload" folder to your store's top level directory. 

Step 2: Install Module

Log in to your store's administration and, from the menu, select "Extensions->Modules", 
then click the "Install" link in the "Action" column for the "homeslide" module. 
You may then edit the module to enable it and set its position and sort order. 
This will automatically insert the following tables into your database:

homeslide
homeslide_description

The new tables will be prefixed with your database prefix.


Step 3: Insert to catalog\view\theme\default\template\common\header.tpl

inesert to line 17:
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/nivo-slider.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/style.css" />

insert to line 27
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery.nivo.slider.pack.js"></script>


info: szocs.antal@gmail.com